Completed
Push — master ( 964113...0c54bb )
by Dimas
476:36 queued 460:34
created

snackbar.d.ts ➔ snackbar   A

Complexity

Conditions 1

Size

Total Lines 5
Code Lines 2

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 1
eloc 2
dl 0
loc 5
rs 10
c 0
b 0
f 0
1
/**
2
 * Snackbar initializer
3
 * @param {String} text
4
 */
5
declare function snackbar(text: string): void;
6
declare var snackbarCSS: any;
7